home *** CD-ROM | disk | FTP | other *** search
/ User's Choice Windows CD / User's Choice Windows CD (CMS Software)(1993).iso / utility2 / wsock1b2.zip / INSTALL.TXT next >
Text File  |  1993-07-20  |  2KB  |  55 lines

  1. NOTE that our WINSOCK.DLL is NOT compliant with the Microsoft Windows
  2. WinSock API!!!!  Enough functionality is implemented to run our
  3. software, and we follow the Microsoft API,  but we have not implemented
  4. the entire API, or even close to it.
  5.  
  6.  
  7. Quick installation instructions for NCSA Sockets for MS Windows:
  8. --------------------------------------------------------------
  9.  
  10. Note:  The files (release.*) contains much more detailed explanations
  11.        of each step below.  This list is designed for people who
  12.        basically already know what they are doing.
  13.  
  14. The zip file which you have obtained contains a number of seperate
  15. files which must be placed in different directories.
  16.  
  17. 1)  Unzip the file into a temporary directory
  18.     (e.g. pkunzip wsockets.zip \tmp)
  19.  
  20. 2)  Copy the TCPLIB.DLL and WINSOCK.DLL Dynamic Link Libraries into your
  21.     windows system directory.
  22.     (e.g. copy \tmp\*.dll \windows\system)
  23.  
  24. 3)  Copy the NCSABIND.EXE driver into whatever directory you wish to
  25.     keep the TSR (Terminate-and-Stay-Resident) drivers.
  26.  
  27. 4)  Place the packet driver for your ethernet card in this directory also.
  28.  
  29. 5)  If you do not use NCSA Telnet for Dos, edit the sample config.tel
  30.     file to be correct for your system and copy it into the same 
  31.     directory as wintel.  If you already have a config.tel file, you
  32.     can simply leave it where it is.
  33.  
  34. 6)  Edit the ncsa_net.ini file to have the correct name/ip for the
  35.     system and to point to the correct location for the config.tel
  36.     file.
  37.  
  38. 7)  Copy the ncsa_net.ini file to your windows directory.
  39.     (e.g.  copy ncsa_net.ini c:\windows)
  40.  
  41. The next two steps need to be done whenever you reboot your computer
  42. and then want to run  software using our DLL.  You may wish to put
  43. these commands in your AUTOEXEC.BAT.  THESE MUST BE RUN BEFORE ENTERING
  44. MICROSOFT WINDOWS.  IF YOU ARE RUNNING WINDOWS, EXIT NOW.
  45.  
  46. 8)  You need to install the packet driver for your ethernet card on
  47.     the software interrupt 0x65 (65 in hexadecimal, 101 in decimal.)
  48.     Refer to the installation instructions for your packet driver for
  49.     how to do this.
  50.  
  51. 9)  You now need to run the NCSABIND.EXE program.  It does not need
  52.     any parameters passed to it.
  53.  
  54. You should now be ready to run.
  55.